-
1 kernel stack
1) стек ядра [ОС]в Windows для повышения надёжности системы каждый поток имеет два стека: один для работы в пользовательском режиме, другой - для привилегированного режима, когда поток обращается к API, работающим в ядре ОСАнгло-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > kernel stack
-
2 stack
1) стекв программировании - область оперативной памяти используемая в режиме очереди с дисциплиной обслуживания LIFO для временного хранения состояния процессора, регистров, локальных переменных; в стек обычно записывается адрес возврата при вызове процедуры или функции, а также передаваемые ей параметры или ссылки на них. Так как размер выделяемой под стек памяти ограничен, то стек имеет нижнюю (stack bottom) и верхнюю (top of stack, TOS) границы. Нарушение этих границ именуется stack overflow и stack underflow соответственно. Каждая задача или поток имеют собственный стек. Работа со стеком поддерживается аппаратно с помощью команд занесения в стек (push) и извлечения из стека (pop), а также специального регистра - указателя стека (stack pointer) и контроля нарушения границ стекасм. тж. activation record, calling stack, hardware stack, kernel stack, operand stack, software stack, stack addressing, stack architecture, stack checking, stack decoding, stack depth, stack fault, stack frame, stack machine, stack memory, stack operation, stack pointer, stack region, stack segment, stack space, task stack2) архив (например, системы HyperCard)3) см. protocol stack4) глаг. класть сверху, наращиватьАнгло-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > stack
-
3 kernel
1) часть операционной системы, обычно находящаяся резидентно в ОЗУ и выполняющая наиболее важные задачи, связанные с безопасностью, обслуживанием таймера, управлением диспетчеризацией задач, логическим уровнем дискового ввода-вывода, распределением ОЗУ и системных ресурсов и др., т. е. обеспечивающая базовую функциональность данной ОС."The kernel's job is to handle the message passing, interrupt handling, low-level process management, and possibly the I/O" (Linus Torvalds). — В задачи ядра входит управление передачей этих сообщений, обработка прерываний, управление низкоуровневыми процессами и, возможно, ввод-вывод см. тж. kernel architecture, kernel call, kernel memory, kernel mode, kernel stack, microkernel, operating system, real-time kernel, UNIX
2) необходимая часть языка программирования, в терминах которой определяются все другие конструкции.Syn:3) набор низкоуровневых программных примитивов, вокруг которого строится какая-либо системаАнгло-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > kernel
-
4 KSP
1) Техника: keyset panel2) Сокращение: Kernel Mode Stack Pointer -
5 shaft
вал имя существительное:
См. также в других словарях:
Kernel density estimation — of 100 normally distributed random numbers using different smoothing bandwidths. In statistics, kernel density estimation is a non parametric way of estimating the probability density function of a random variable. Kernel density estimation is a… … Wikipedia
Stack overflow — In software, a stack overflow occurs when too much memory is used on the call stack. In many programming languages the call stack contains a limited amount of memory, usually determined at the start of the program. The size of the call stack… … Wikipedia
Kernel (computer science) — In computer science, the kernel is the central component of most computer operating systems (OS). Its responsibilities include managing the system s resources (the communication between hardware and software components). As a basic component of… … Wikipedia
Kernel (computing) — A kernel connects the application software to the hardware of a computer In computing, the kernel is the main component of most computer operating systems; it is a bridge between applications and the actual data processing done at the hardware… … Wikipedia
Bluetooth stack — A Bluetooth stack refers to an implementation of the Bluetooth protocol stack.Bluetooth stacks can be roughly divided into two: # General purpose implementations that are written with emphasis on feature richness and flexibility, usually for… … Wikipedia
Hybrid kernel — is a kernel architecture based on combining aspects of microkernel and monolithic kernel architectures used in computer operating systems. The category is controversial due to the similarity to monolithic kernel; the term has been dismissed by… … Wikipedia
Linux-Kernel — Linux (Kernel) Entwickler Linus Torvalds u. v. m. Sprache(n) … Deutsch Wikipedia
Linux (Kernel) — Bildschirmfoto … Deutsch Wikipedia
Linux Kernel — Linux (Kernel) Entwickler Linus Torvalds u. v. m. Sprache(n) … Deutsch Wikipedia
PaX — In computer security, PaX is a patch for the Linux kernel that implements least privilege protections for memory pages. The least privilege approach allows computer programs to do only what they have to do in order to be able to execute properly … Wikipedia
Address space layout randomization — (ASLR) is a computer security technique which involves randomly arranging the positions of key data areas, usually including the base of the executable and position of libraries, heap, and stack, in a process s address space. Benefits Address… … Wikipedia